3.1035 \(\int \frac {a+b x}{(a c-b c x)^4} \, dx\)

Optimal. Leaf size=38 \[ \frac {2 a}{3 b c^4 (a-b x)^3}-\frac {1}{2 b c^4 (a-b x)^2} \]

[Out]

2/3*a/b/c^4/(-b*x+a)^3-1/2/b/c^4/(-b*x+a)^2

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {43} \[ \frac {2 a}{3 b c^4 (a-b x)^3}-\frac {1}{2 b c^4 (a-b x)^2} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x)/(a*c - b*c*x)^4,x]

[Out]

(2*a)/(3*b*c^4*(a - b*x)^3) - 1/(2*b*c^4*(a - b*x)^2)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {a+b x}{(a c-b c x)^4} \, dx &=\int \left (\frac {2 a}{c^4 (a-b x)^4}-\frac {1}{c^4 (a-b x)^3}\right ) \, dx\\ &=\frac {2 a}{3 b c^4 (a-b x)^3}-\frac {1}{2 b c^4 (a-b x)^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 0.66 \[ -\frac {a+3 b x}{6 b c^4 (b x-a)^3} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)/(a*c - b*c*x)^4,x]

[Out]

-1/6*(a + 3*b*x)/(b*c^4*(-a + b*x)^3)

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 54, normalized size = 1.42 \[ -\frac {3 \, b x + a}{6 \, {\left (b^{4} c^{4} x^{3} - 3 \, a b^{3} c^{4} x^{2} + 3 \, a^{2} b^{2} c^{4} x - a^{3} b c^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(-b*c*x+a*c)^4,x, algorithm="fricas")

[Out]

-1/6*(3*b*x + a)/(b^4*c^4*x^3 - 3*a*b^3*c^4*x^2 + 3*a^2*b^2*c^4*x - a^3*b*c^4)

________________________________________________________________________________________

giac [A]  time = 0.98, size = 23, normalized size = 0.61 \[ -\frac {3 \, b x + a}{6 \, {\left (b x - a\right )}^{3} b c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(-b*c*x+a*c)^4,x, algorithm="giac")

[Out]

-1/6*(3*b*x + a)/((b*x - a)^3*b*c^4)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 35, normalized size = 0.92 \[ \frac {-\frac {2 a}{3 \left (b x -a \right )^{3} b}-\frac {1}{2 \left (b x -a \right )^{2} b}}{c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)/(-b*c*x+a*c)^4,x)

[Out]

1/c^4*(-1/2/b/(b*x-a)^2-2/3*a/b/(b*x-a)^3)

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 54, normalized size = 1.42 \[ -\frac {3 \, b x + a}{6 \, {\left (b^{4} c^{4} x^{3} - 3 \, a b^{3} c^{4} x^{2} + 3 \, a^{2} b^{2} c^{4} x - a^{3} b c^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(-b*c*x+a*c)^4,x, algorithm="maxima")

[Out]

-1/6*(3*b*x + a)/(b^4*c^4*x^3 - 3*a*b^3*c^4*x^2 + 3*a^2*b^2*c^4*x - a^3*b*c^4)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 54, normalized size = 1.42 \[ \frac {\frac {x}{2}+\frac {a}{6\,b}}{a^3\,c^4-3\,a^2\,b\,c^4\,x+3\,a\,b^2\,c^4\,x^2-b^3\,c^4\,x^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)/(a*c - b*c*x)^4,x)

[Out]

(x/2 + a/(6*b))/(a^3*c^4 - b^3*c^4*x^3 + 3*a*b^2*c^4*x^2 - 3*a^2*b*c^4*x)

________________________________________________________________________________________

sympy [A]  time = 0.31, size = 56, normalized size = 1.47 \[ \frac {- a - 3 b x}{- 6 a^{3} b c^{4} + 18 a^{2} b^{2} c^{4} x - 18 a b^{3} c^{4} x^{2} + 6 b^{4} c^{4} x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(-b*c*x+a*c)**4,x)

[Out]

(-a - 3*b*x)/(-6*a**3*b*c**4 + 18*a**2*b**2*c**4*x - 18*a*b**3*c**4*x**2 + 6*b**4*c**4*x**3)

________________________________________________________________________________________